home *** CD-ROM | disk | FTP | other *** search
/ Super League / Super League.iso / TELFNICA / INFO / EMPRESAS.DIR / 00045.ls < prev    next >
Encoding:
Text File  |  1997-04-23  |  222 b   |  14 lines

  1. on exitFrame
  2.   if rollOver(47) = 0 then
  3.     go(the frame - 1)
  4.   end if
  5.   repeat with z = 38 down to 35
  6.     if rollOver(47) = 0 then
  7.       puppetSprite(z, 0)
  8.     end if
  9.   end repeat
  10.   go(the frame)
  11.   boton()
  12.   negtem()
  13. end
  14.